home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / rexx / imc / rexx-imc.5a / wishlist < prev   
Encoding:
Text File  |  1993-06-25  |  1.5 KB  |  30 lines

  1.  
  2. I would like to do the following things in due course (not necessarily in
  3. this order)...
  4.  
  5.  * I would like REXX/imc to run on Sys V systems, as well as SunOS and
  6.    (hopefully) BSD ones.  NB I will need some help because I only have
  7.    access to SunOS and therefore cannot test on other systems.
  8.  * REXX/imc needs a completely new symbol table algorithm to speed it up.
  9.  * eliminate most or all of the BUGS mentioned in rexx.ref
  10.  * eliminate most or all of the BUGS not mentioned in rexx.ref ;-)
  11.  * add "options STANDARD" which will disallow all the local extensions
  12.  * solve discrepancy between upper/lower case in external function names
  13.  * Add support for environments other than COMMAND and UNIX
  14.  * Expand the builtin shell to do some interesting things, e.g. filename
  15.    expansion and I/O redirection
  16.  * Improve the documentation
  17.  * Some extra invocation options, for example...
  18.    -e environ (to change the default environment - eg in a Rexx application)
  19.  * Allow programs to be preprocessed for later execution
  20.  * Allow programs to be loaded for repeated execution
  21.  * Fix the conversion functions (e.g. c2d) to work with large numbers
  22.  * Fix the ** operator to work with large numbers on the RHS
  23.  * Decide whether "foo/* comment */bar" equals "foo bar" or "foo||bar"
  24.  * Correct the tracing (i.e., move the pauses to after execution and add "=",
  25.    "trace number" and "trace -number" commands).
  26.  
  27. Things that might be nice (but won't get done...)
  28.  * Support for national languages
  29.  * Impose the constraint on the use of PROCEDURE mandated by ANSI
  30.